@charset "utf-8";
@import "fonts/font.css?v=20190712";
@import "fonts/font-awesome.css?v=20190712";
html{ overflow-y:scroll;}
body {
	margin: 0px;
	padding:0px;
	background-color:#FFF;
}
body,td,th,input,textarea,select {
	font-size: 14px;
	color:#444444;
	font-family: Arial, Helvetica, sans-serif;
}

input,textarea{box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
textarea{ resize:none;}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color: #c0c0c0;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #c0c0c0;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #c0c0c0;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #c0c0c0;}

ul,li,form{ margin:0; padding:0; list-style-type:none;}
a,a:focus{color:#444444; text-decoration:none; position:relative;}
a:hover{color:#de0010; text-decoration:none;}
a,i,.animation{
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
.noanimation a{
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
}

.movex{}
.movex a{ display:inline-block;}
.movex a:hover{ -moz-transform:translateX(5px); -webkit-transform:translateX(5px); -o-transform:translateX(5px); -ms-transform:translateX(5px); transform: translateX(5px);}
.movex2{}
.movex2 a{ display:inline-block;}
.movex2 a:hover{ -moz-transform:translateX(-5px); -webkit-transform:translateX(-5px); -o-transform:translateX(-5px); -ms-transform:translateX(-5px); transform: translateX(-5px);}

.movey{}
.movey a{ display:inline-block;}
.movey a:hover{ -moz-transform:translateY(5px); -webkit-transform:translateY(5px); -o-transform:translateY(5px); -ms-transform:translateY(5px); transform: translateY(5px);}
.movey2{}
.movey2 a{ display:inline-block;}
.movey2 a:hover{ -moz-transform:translateY(-5px); -webkit-transform:translateY(-5px); -o-transform:translateY(-5px); -ms-transform:translateY(-5px); transform: translateY(-5px);}

a.white{color:#FFFFFF; text-decoration:none;}
a.white:hover{color:#FFFFFF; text-decoration:underline;}
.floatl{ float:left;}
.floatr{ float:right;}
.clear{ clear:both;}
.r5{-moz-border-radius:5px; border-radius:5px;}
.r10{-moz-border-radius:10px; border-radius:10px;}
.r15{-moz-border-radius:15px; border-radius:15px;}
.r20{-moz-border-radius:20px; border-radius:20px;}
.ellipsis{ overflow:hidden; white-space:nowrap; -o-text-overflow:ellipsis; text-overflow: ellipsis;}
.ellipsis2{ overflow:hidden; display:-webkit-box; -webkit-box-orient:vertical; -o-text-overflow:ellipsis; text-overflow: ellipsis;}
.relative{ position:relative;}
.setp{}
.setp p{ margin:0; padding:0;}
.setimg{}
.setimg img{ max-width:100%;}
.setimg2{}
.setimg2 img{ width:100%;}
.AnimationScale img{transition:all 0.5s;-ms-transition::all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;}
.AnimationScale:hover img{transform:scale(1.06);-ms-transform::scale(1.06);-moz-transform:scale(1.06);-webkit-transform:scale(1.06);-o-transform:scale(1.06);}
.AnimationTranslateX{transition:all 0.3s;-ms-transition::all 0.3s;-moz-transition:all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;}
.AnimationTranslateX:hover{transform:translateX(5px);-ms-transform::translateX(5px);-moz-transform:translateX(5px);-webkit-transform:translateX(5px);-o-transform:translateX(5px);}
.AnimationRight{animation:fadeInRight 0.6s .1s ease both; -webkit-animation:fadeInRight 0.6s .1s ease both; -moz-animation:fadeInRight 0.6s .1s ease both; -ms-animation:fadeInRight 0.6s .1s ease both; -o-animation:fadeInRight 0.6s .1s ease both;}

@keyframes fadeInRight{0%{opacity:0;transform:translateX(-15px)}100%{opacity:1;transform:translateX(0)}}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(-15px)}100%{opacity:1;-webkit-transform:translateX(0)}}
@-moz-keyframes fadeInRight{0%{opacity:0;-moz-transform:translateX(-15px)}100%{opacity:1;-moz-transform:translateX(0)}}
@-ms-keyframes fadeInRight{0%{opacity:0;-ms-transform:translateX(-15px)}100%{opacity:1;-ms-transform:translateX(0)}}
@-o-keyframes fadeInRight{0%{opacity:0;-o-transform:translateX(-15px)}100%{opacity:1;-o-transform:translateX(0)}}

.body_container{ max-width:1260px; position:relative;}
.body1{width:1200px; margin:0px auto;}
.body2{background-color:#FFF; padding:20px;}
.body3{background-color:#FFF;}

.tdh{height:10px; font-size:1px; line-height:1px;}
.tdh2{height:20px; font-size:1px; line-height:1px;}
.tdh3{height:30px; font-size:1px; line-height:1px;}
.tdh4{height:40px; font-size:1px; line-height:1px;}
.tdw{width:10px; font-size:1px; line-height:1px;}
.tdw2{width:20px; font-size:1px; line-height:1px;}

.txtshadow1{-webkit-text-shadow:2px 2px 6px rgba(0,0,0,0.5); -moz-text-shadow:2px 2px 6px rgba(0,0,0,0.5); text-shadow:2px 2px 6px rgba(0,0,0,0.5);}
.shadow1{-webkit-box-shadow:2px 2px 6px rgba(0,0,0,0.2); -moz-box-shadow:2px 2px 6px rgba(0,0,0,0.2); box-shadow:2px 2px 6px rgba(0,0,0,0.2);}
.shadow2{ -webkit-box-shadow:3px 3px 6px rgba(0,0,0,0.05); -moz-box-shadow:3px 3px 6px rgba(0,0,0,0.05); box-shadow:3px 3px 6px rgba(0,0,0,0.05);}
.shadow3{-webkit-box-shadow:5px 5px 8px rgba(0,0,0,0.4); -moz-box-shadow:5px 5px 8px rgba(0,0,0,0.4); box-shadow:5px 5px 8px rgba(0,0,0,0.4);}
.a_shadow1{}
.a_shadow1:hover{-webkit-box-shadow:0 3px 10px #a5a5a5; -moz-box-shadow:0 3px 10px #a5a5a5; box-shadow:0 3px 10px #a5a5a5;}
.a_shadow2 img{}
.a_shadow2:hover img{-webkit-box-shadow:0 3px 10px #a5a5a5; -moz-box-shadow:0 3px 10px #a5a5a5; box-shadow:0 3px 10px #a5a5a5;}
/*
.shadow1 a{-webkit-box-shadow:3px 3px 15px #B8B8B8; -moz-box-shadow:3px 3px 15px #B8B8B8; box-shadow:3px 3px 15px #B8B8B8;}
*/

.header_bg{ height:60px;}
.header{ background-color:#FFF; height:60px; position:fixed; z-index:99997; width:100%; -webkit-transform:translateZ(0); -webkit-box-shadow:0 0 10px #B8B8B8; -moz-box-shadow:0 0 10px #B8B8B8; box-shadow:0 0 10px #B8B8B8;}
.header .header1{}
.header .header1 a{ display:inline-block;}
.header .header1 img{ height:60px;}

.header .header2{}
.header .header2_1{ line-height:30px; padding:10px 0 0;}
.header .header2_1_1{}
.header .header2_1_2{ background-repeat:no-repeat; background-position:left center; padding:0 10px 0 28px;}
.header .header2_1_3{ padding:0 10px 0 0;}
.header .header2_1_3 li{ float:left;}
.header .header2_1_3 li a{ display:inline-block; padding:0 3px;}
.header .header2_1_3 li i{ width:16px; font-size:16px; text-align:center;}
.header .header2_1_4{}
.header .header2_2{ margin:0 -10px;}

.header .tools{ position:relative; margin-left:0px;}
.header .tools li{ float:left;}
.header .tools a{width:30px; display:block; height:60px; line-height:60px; font-size:18px; text-align:center; margin:0 5px;}
.header .tools a i{height:60px; line-height:60px;}
.header .tools a:hover{}
.header .tools .find{ background-color:#FFF; border:solid 1px #de0010; position:absolute; padding:0 0 0 6px; width:234px; margin-top:-5px; margin-left:-200px; z-index:1000; transform:scale(0);}
.header .tools .find .find_txt{ width:170px; border:0; height:30px; line-height:28px; outline:none;}
.header .tools .find .find_bt{ background-color:#de0010; padding:4px; cursor:pointer;}
.header .tools .find .find_bt:hover{ background-color:#bf0f06;}


/*主菜单*/
.mainnav{ position:relative; z-index:1; display:inline-block; z-index:999;}
.mainnav a{ color:#000000;}
.mainnav .nLi{ float:left; position:relative; display:inline;}
.mainnav .nLi::before{ width:1px; height:14px; background-color:#e1e1e1; content:""; position:absolute; left:0; top:18px;}
.mainnav .nLi:first-child::before{ width:0; height:0;}
.mainnav .nLi span{ float:left; margin:0;}
.mainnav .nLi span a{ display:block; padding:0 20px; line-height:50px; font-size:15px; color:#343434; text-transform:uppercase;}
.mainnav .on span a{ color:#de0010;}

/*
.mainnav .nLi span a::after{
	position: absolute;
	height: 2px;
	background-color: transparent;
	display: table;
	content: " ";
	clear: both;
	bottom: 14px;
	left: 50%;
	width: 0;
	background-color: #de0010;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.mainnav .on span a::after {
	background-color: #de0010;
	width: 70%;
	left: 15%;
}
*/

.mainnav .sub{ display:none; left:0; top:48px; position:absolute; background-color:#FFF; padding:10px 15px 20px;-moz-border-radius:0 0 5px 5px; border-radius:0 0 5px 5px;}
.mainnav .sub li{ zoom:1; border-bottom:dashed 1px #d2d2d2;}
.mainnav .sub a{ display:block; line-height:25px; font-size:13px; color:#666666; padding:5px 0;}
.mainnav .sub a:hover{ color:#de0010;}
.mainnav .sub a i{ background-image:url(/index/mainmenu_sub1.png); background-position:-9px 0; background-repeat:no-repeat; width:9px; height:9px; display:inline-block; margin-right:8px;}
.mainnav .sub a:hover i{ background-position:0 0;}



.banner{ height:150px; background-position:center -30px; background-repeat:no-repeat; border-bottom:solid 5px #FFF;} /* background-size:auto 100%;*/

.foot1{ background-color:#333333; padding:30px 0 40px; color:#c3c3c3;}
.foot1 a{ color:#c3c3c3; display:inline-block;}
.foot1 a:hover{ color:#FFF;}
.foot1_1{ padding:0 0 20px; text-align:center; line-height:30px; color:#c3c3c3;}
.foot1_1 a{ padding:0 10px;}
.foot1_2{}
.foot1_3{ line-height:2.2; color:#c3c3c3;}
.foot1_4{ text-align:right; padding:0;}

.foot2{ background-color:#333333; border-top:solid 1px #595959; padding:15px 0; line-height:1.6; color:#c3c3c3; margin-bottom:60px; text-align:center;}
.foot2 a{ color:#c3c3c3;}
.foot2 a:hover{ color:#FFF;}


.mt1{ margin-top:10px;}
.mt2{ margin-top:20px;}
.mt3{ margin-top:30px;}
.mt4{ margin-top:40px;}
.mt5{ margin-top:50px;}
.myrow{ overflow:hidden;}
.myrow:after{ clear:both;display: table; content:" ";}
.myrow2{}
.myrow2:after{ clear:both;display: table; content:" ";}
.more1{ border:solid 1px #737373; line-height:33px; display:inline-block; padding:0 22px;}
.more1:hover{ border-color:#de0010; background-color:#de0010; color:#FFF;}
.row_list{ margin:0 -5px; display:flex; display:-webkit-flex; flex-wrap:wrap;}
.row_list>div{ padding:5px;}
/*.row_list .clear{ padding:0;}*/

.article_swiper{ position:relative; padding:0 20px; margin:0 -5px;}
.article_swiper a{ text-align:center; padding:0 5px;}
.article_swiper .pic{ overflow:hidden; border:solid 1px #e0e0e0;}
.article_swiper a:hover .pic{ border-color:#de0010;}
.article_swiper .title{ margin-top:10px; line-height:22px; height:22px;-webkit-line-clamp:1;}

.index_video1{ padding:0 5px; text-align:center;}
.index_video1 .video{ border:solid 1px #e0e0e0;}

.swiper_list{ position:relative; padding:0 20px; margin:0 -15px;}
.swiper_list .swiper-slide{ padding:10px 5px;}
.swiper_list .swiper-pagination{ position:relative; padding:5px 0;}
.swiper_list .swiper-pagination .swiper-pagination-bullet{ margin:0 5px; outline:none;}
.swiper_list a{ background-color:#FFF; display:block; text-align:center; border:solid 1px #e0e0e0;}
.swiper_list .pic{ overflow:hidden;}
.swiper_list .txt{ height:36px; line-height:36px; padding:0 5%;}
.swiper_list a:hover{ border-color:#de0010;}
.swiper_list a:nth-child(2){ margin-top:10px;}

.swiper_list2{ position:relative;}
.swiper_list2 .swiper-container{ padding:5px 0 0;}
.swiper_list2 .swiper-slide{ padding:10px 5px;}
.swiper_list2 a{ display:block; text-align:center; border:solid 1px #e0e0e0;}
.swiper_list2 .pic{ padding:3px; overflow:hidden; background-color:#FFF;}
.swiper_list2 .txt{ height:36px; line-height:36px; padding:0 5%;}
.swiper_list2 a:hover{ border-color:#de0010;}

.swiper_list3{ position:relative;}
.swiper_list3 .swiper-container{ padding:5px 0 0;}
.swiper_list3 .swiper-slide{ padding:10px 5px; display:block; text-align:center;}
.swiper_list3 .pic{ padding:3px; overflow:hidden; border:solid 1px #e0e0e0; background-color:#FFF;}
.swiper_list3 .txt{ height:36px; line-height:36px; padding:0 5%;}
.swiper_list3 a:hover .pic{ border-color:#de0010;}

.swiper_list4{ position:relative;}
.swiper_list4 .swiper-container{ padding:5px 0 0;}
.swiper_list4 .swiper-slide{ padding:10px 5px; display:block; text-align:center;}



.index_content{ padding:25px 0; overflow:hidden;}
.index_height{ height:25px;}
.index_height2{ height:15px;}
.index_title1{ border-bottom:solid 2px #eeeeee; text-transform:uppercase; text-align:center;}
.index_title1 h1{ margin:0;font-size:21px; line-height:26px; font-weight:bold; margin-bottom:10px; letter-spacing:3px;}
.index_title1 h2{ margin:0; font-size:14px; line-height:24px; letter-spacing:3px; color:#5c5c5c;}
.index_title1:after{ height:4px; width:60px; margin:-1px 0 0 -30px; background-color:#858585; content:""; display:inline-block; position:absolute;}
.index_more{ float:right; margin-top:8px; position:relative; z-index:1;}
.index_more a{ background-color:#999999; color:#FFF; padding:0 12px; line-height:25px; height:25px; display:inline-block;}
.index_more a:hover{ background-color:#de0010;}
.index_more1{ text-align:center; position:relative;}
.index_more1 a{ display:inline-block; background-color:#de0010; border:solid 2px #de0010; color:#FFF; line-height:30px; width:130px; text-align:center; position:relative;}
.index_more1 a:after{width:0; height:0;content:""; left:140px;margin-top:5px;position:absolute;border-width: 10px;border-style: solid;border-color:transparent transparent transparent #de0010; transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;} 
.index_more1 a span{ width:20px; height:2px; background-color:#FFF; display:inline-block; position:absolute; right:-2px; top:17px;transition: all 0.25s ease-in-out;-webkit-transition: all 0.25s ease-in-out;-moz-transition: all 0.25s ease-in-out;-o-transition: all 0.25s ease-in-out;}
.index_more1 a:hover{ background-color:#FFF; color:#de0010;}
.index_more1 a:hover span{ background-color:#de0010;}
.index_more1 a:hover:after{transform:rotateX(180deg);}


.index_video{ background-color:#f7f7f7;}


.index_about1{}
.index_about1_1{}
.index_about1_1 .swiper-about-button{ position:absolute; right:0px; bottom:0; z-index:2; font-size:18px; color:#FFF;}
.index_about1_1 .swiper-about-button>div{ background-image:url(../index/index_about1_1.png); background-size:200%; width:35px; height:30px; display:inline-block; background-color:#666; position:relative; outline:none;}
.index_about1_1 .swiper-about-button .swiper-about-prev{ background-color:#5b5b5b;}
.index_about1_1 .swiper-about-button .swiper-about-prev:hover{ background-color:#333;}
.index_about1_1 .swiper-about-button .swiper-about-next{ background-color:#474747; background-position:-100% 0;}
.index_about1_1 .swiper-about-button .swiper-about-next:hover{ background-color:#333;}
.index_about1_2{ position:relative;}
.index_about1_2_1{}
.index_about1_2_2{ border-bottom:solid 10px #de0010; background-color:#e8e8e8; position:relative; color:#1a1a1a; padding:5px 15px 15px;}
.index_about1_2_2 .pic{}
.index_about1_2_2 .desc{ font-size:14px; line-height:1.6; padding:10px 0 0;}

.index_about2{display:flex; display:-webkit-flex; flex-wrap:wrap;}
.index_about2>div{ text-align:center; line-height:1.6;}
.index_about2 .pic{}
.index_about2 .pic img{ width:80px;}
.index_about2 .txt1{ padding:10px 0 5px; font-size:17px; font-weight:bold;}
.index_about2 .txt2{ color:#999;}
.index_about2>div:nth-child(n+3){ margin-top:20px;}


.index_news{}
.index_news1{}
.index_news1 a{ display:block;}
.index_news1 a .info{ position:absolute; bottom:0; width:100%; padding:10px 0; background-color:rgba(0,0,0,0.7);}
.index_news1 a .info .title{ padding:0 10px 5px; font-size:16px; color:#FFF; line-height:22px; font-weight:bold;}
.index_news1 a .info .desc{ padding:0 10px; height:36px; color:#CCC; line-height:18px; -webkit-line-clamp:2;}
.index_news1 a:hover .info{ background-color:rgba(0,0,0,0.5);}
.index_news1 a:hover .info .title{ color:#FFF;}
.index_news1 a:hover .info .desc{ color:#FFF;}
.index_news2{}
.index_news2 .txt{ border:solid 1px #f3f3f3; margin-top:10px;}
.index_news2 .txt .bg1{ background-color:#f3f3f3;}
.index_news2 .txt .bg2{ background-color:#fbfbfb;}
.index_news2 .txt a{ display:block; padding:12px 10px; display:table; width:100%;}
.index_news2 .txt a>div{ display:table-cell; line-height:18px;}
.index_news2 .txt a .time1{ color:#343434; font-size:28px; line-height:40px; vertical-align:middle; text-align:center; width:34px;}
.index_news2 .txt a .time2{ color:#343434; font-size:14px; width:50px; vertical-align:middle; text-align:center;}
.index_news2 .txt a .info{ vertical-align:middle; border-left:solid 1px #343434; padding-left:10px;}
.index_news2 .txt a .info .title{ font-size:15px; font-weight:bold; height:18px; -webkit-line-clamp:1;}
.index_news2 .txt a .info .desc{ color:#5c5c5c; height:18px; -webkit-line-clamp:1;}
.index_news2 .more{ background-color:#f3f3f3; text-align:right;}
.index_news2 .more a{ padding:0 20px; line-height:30px; display:inline-block;}
.index_news3{ text-align:center; margin-bottom:10px;}
.index_news3 a{ display:inline-block; border:solid 1px #999; margin:0 10px; line-height:36px; padding:0 20px; font-size:16px;}
.index_news3 a:hover{ background-color:#019ba3; color:#FFF;}


/*
.index_about1{}
.index_about2{ line-height:1.6;}
.index_about2 h1{ font-size:24px; font-weight:bold; line-height:1;}
.index_about2 h2{ font-size:17px; line-height:1.2;}
.index_about3{ display:flex; display:-webkit-flex; flex-wrap:wrap;}
.index_about3>div{ padding:5px; width:50%;}
.index_about3>div:nth-child(5){ width:100%;}
.index_about3 a{display:block; text-align:center; height:100%; -moz-border-radius:10px; border-radius:10px; -webkit-box-shadow:3px 3px 6px rgba(0,0,0,0.05); -moz-box-shadow:3px 3px 6px rgba(0,0,0,0.05); box-shadow:0 0 20px rgba(0,0,0,0.1); background-color:#f8f8f8;}
.index_about3 .info{ padding:25px 0;}
.index_about3 .icon{ width:60px; height:60px; background-size:auto 60px; display:inline-block; margin:0 auto;}
.index_about3 .txt{ font-size:15px; padding:10px 5% 0; color:#de0010;}
.index_about3 .desc{ line-height:1.6; font-size:13px; padding:5px 5% 0;}
.index_about3 a:hover{ color:#FFF; background-color:#de0010;
  background: -webkit-linear-gradient(45deg,#de0010,#de0010);
  background: -o-linear-gradient(45deg,#de0010,#de0010);
  background: -moz-linear-gradient(45deg,#de0010,#de0010);
  background: -mos-linear-gradient(45deg,#de0010,#de0010);
  background: linear-gradient(45deg,#de0010,#de0010);
}
.index_about3 a:hover .icon{ background-position:-60px 0;}
.index_about3 a:hover .txt{ color:#FFF;}

.index_news{}
.index_news a{ background-color:#FFF; padding:0 0 20px; display:block; overflow:hidden; border:solid 0px #eeeeee; -webkit-box-shadow:0 5px 15px rgba(0,0,0,0.1); -moz-box-shadow:0 5px 15px rgba(0,0,0,0.1); box-shadow:0 5px 15px rgba(0,0,0,0.1);}
.index_news a:hover{ border-color:#999;-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.2); -moz-box-shadow:0 5px 15px rgba(0,0,0,0.2); box-shadow:0 5px 15px rgba(0,0,0,0.2);}
.index_news .pic{}
.index_news .title{ margin:15px 0 10px; padding:0 15px; line-height:22px; font-size:15px; font-weight:bold; color:#333;}
.index_news .desc{ font-size:13px; padding:0 15px; color:#6c7581; line-height:1.6; -webkit-line-clamp:3;}
.index_news .more{ padding:10px 15px 0;}
.index_news .more span{ background-color:#de0010; line-height:36px; padding:0 20px; color:#FFF; display:inline-block;}
.index_news a:hover{ background-color:#de0010;}
.index_news a:hover .title{ color:#FFF;}
.index_news a:hover .desc{ color:#e1f2ff;}
.index_news a:hover .more span{ background-color:#FFF; color:#de0010;}

.index_news_row{ margin:-10px 0 0;}
.index_news_row>div{ padding:0;}
*/

.foot_link{ padding:10px; border:solid 1px #c6c6c5; line-height:22px;}
.foot_link .title{ font-weight:bold; text-transform:uppercase; font-size:15px; padding:0 0 0 6px;}
.foot_link .content{}
.foot_link a{ padding:3px 8px; display:inline-block;}


/*滚动箭头*/
.swiper-customize-btn{ padding:5px 0 0;}
.swiper-customize-btn span{ border:solid 2px #de0010; cursor:pointer; display:inline-block; width:36px; height:36px; line-height:36px; text-align:center; margin:0 5px;-moz-border-radius:3px; border-radius:3px; background-repeat:no-repeat; background-position:center; background-size:25%; outline:none;}
.swiper-customize-btn span:hover{ background-color:#de0010; color:#FFF;}
.swiper-customize-btn .swiper-customize-prev{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='220' height='300' xmlns='http://www.w3.org/2000/svg'%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect fill='none' height='154.2267' width='113.632913' y='-1' x='-1' id='canvas_background'/%3E %3Cg display='none' id='canvasGrid'%3E %3Crect fill='none' height='300' width='220' id='svg_2'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Ctitle%3ELayer 1%3C/title%3E %3Cg transform='rotate(180 111.67299652099608%2C150.7689971923828) ' id='svg_1'%3E %3Cpolygon id='svg_3' fill-rule='evenodd' clip-rule='evenodd' fill='%23de0010' points='58.369%2C6.905 20.874%2C44.263 127.481%2C150.669 20.874%2C257.108 58.436%2C294.633 202.472%2C150.669 58.369%2C6.905 '/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");}
.swiper-customize-btn .swiper-customize-prev:hover{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='220' height='300' xmlns='http://www.w3.org/2000/svg'%3E %3C!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ --%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect x='-1' y='-1' width='222' height='302' id='canvas_background' fill='none'/%3E %3Cg id='canvasGrid' display='none'%3E %3Crect id='svg_2' width='100%25' height='100%25' x='0' y='0' stroke-width='0' fill='url(%23gridpattern)'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Ctitle%3ELayer 1%3C/title%3E %3Cpath fill='%23FFFFFF' stroke-width='0' d='m207.5236%2C59.01618l-91.00651%2C91.006l91.00651%2C91.00666l-52.01483%2C52.00921l-143.03237%2C-143.01587l143.03237%2C-143.06023' id='svg_1' stroke='%23fff'/%3E %3C/g%3E %3C/svg%3E");}
.swiper-customize-btn .swiper-customize-next{background-image: url("data:image/svg+xml;charset=utf-8, %3C!-- Generator: Adobe Illustrator 16.0.0%2C SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E %3Csvg version='1.1' id='%26%23x56FE%3B%26%23x5C42%3B_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='220px' height='300px' viewBox='0 0 220 300' style='enable-background:new 0 0 220 300%3B' xml:space='preserve'%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect id='canvas_background' x='-1' y='-1' style='fill:none%3B' width='222' height='302'/%3E %3Cg id='canvasGrid' style='display:none%3B'%3E %3Crect id='svg_2' style='display:inline%3Bfill:none%3B' width='220' height='300'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Cpolygon style='fill-rule:evenodd%3Bclip-rule:evenodd%3Bfill:%23de0010%3B' points='58.369%2C6.905 20.874%2C44.263 127.481%2C150.669 20.874%2C257.108 58.436%2C294.633 202.472%2C150.669 58.369%2C6.905 '/%3E %3C/g%3E %3C/svg%3E ");}
.swiper-customize-btn .swiper-customize-next:hover{background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='220' height='300' xmlns='http://www.w3.org/2000/svg'%3E %3C!-- Created with Method Draw - http://github.com/duopixel/Method-Draw/ --%3E %3Cg%3E %3Ctitle%3Ebackground%3C/title%3E %3Crect x='-1' y='-1' width='222' height='302' id='canvas_background' fill='none'/%3E %3Cg id='canvasGrid' display='none'%3E %3Crect id='svg_2' width='100%25' height='100%25' x='0' y='0' stroke-width='0' fill='url(%23gridpattern)'/%3E %3C/g%3E %3C/g%3E %3Cg%3E %3Ctitle%3ELayer 1%3C/title%3E %3Cpath transform='rotate(180 110.00000762939452%2C150) ' fill='%23FFFFFF' stroke-width='0' d='m207.5236%2C59.01618l-91.00651%2C91.006l91.00651%2C91.00666l-52.01483%2C52.00921l-143.03237%2C-143.01587l143.03237%2C-143.06023' id='svg_1' stroke='%23fff'/%3E %3C/g%3E %3C/svg%3E");}
.swiper-customize-next.swiper-button-disabled, .swiper-customize-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.prod_class_menu{ padding:0 0 10px;}
.prod_class_menu ul{ display:flex; display:-webkit-flex; flex-wrap: wrap;}
.prod_class_menu li{ width:25%; padding:5px; text-align:center;}
.prod_class_menu a{ display:inline-block;}
.prod_class_menu .pic{ background-color:#de0010; width:60px; margin:0 auto; -moz-border-radius:80px; border-radius:80px;}
.prod_class_menu .txt{ padding:10px 0 0; line-height:1.4;}
.prod_class_menu a:hover .pic{ background-color:#999;}


.left{ min-height:330px; display:none;}
.left_title{ background-color:#de0010; padding:15px 20px; line-height:22px; font-size:17px; color:#FFF;}
.left_menu{border:solid 1px #e0e0e0; border-top:none;}
.left_menu a{ display:block;}
.left_menu1{ border-bottom:solid 1px #eeeeee;}
.left_menu1 div{ line-height:70px; font-size:18px; padding-left:10%; background-image:url(../index/left_menu1_bg.png); background-repeat:no-repeat; background-position:86% center; display:block;}
.left_menu2{ border-bottom:solid 1px #eeeeee; padding:15px 20px;}

.left_tel{ background-color:#FFF; border:solid 1px #eeeeee; border-top:none; padding:20px 0 20px 70px; background-image:url(../index/icon_tel.png); background-repeat:no-repeat; background-position:20px 21px;}
.left_tel img{ margin-right:10px; margin-top:6px; width:30px;}
.left_tel1{}
.left_tel2{ color:#de0010; font-size:18px; line-height:18px;}

.right{ width:100%;}


.page_content{ padding:20px 0;}
.content1{ line-height:1.6;}
.newscontent{}
.prodcontent{}
.downloadcontent{ padding:30px 0;}
.messagecontent{ padding:20px 0 0; max-width:700px; margin:0 auto;}
.feedback{}
.feedback div{ padding:5px 0;}


/*当前位置*/
.location0{ padding:0 0 10px;}
.location1{ text-transform:uppercase; font-size:20px; line-height:42px; color:#de0010;}
.location2{ background-image:url(../index/location2.png); background-repeat:no-repeat; line-height:18px; padding:12px 0 12px 24px; background-position:0px 13px; border-bottom:dashed 1px #dfdfdf; position:relative;}
.location2 a{display:inline-block;}
.location2 a:hover{}
.location3{ font-size:14px; line-height:22px; padding-bottom:10px;}
.location3 span{ color:#de0010; font-weight:bold;}


#productmenu{padding:0px 0px 0px 33px;}
#productmenu .tdset{vertical-align:top; height:400px; padding:8px 8px 0px;}
#productmenuc2 {font-size:14px; font-weight:bold; margin-bottom:5px;}
#productmenuc3 {margin-top:18px;}
#productmenu1 a{font-size:12px; color:#FFFFFF; width:93px; display:block; float:left; height:17px;}
#productmenu1 a:hover,#productmenu1 .this{font-size:12px; color:#FF9024;}
#productmenu2 a{font-size:12px; color:#FFFFFF; width:75px; display:block; float:left; height:17px;}
#productmenu2 a:hover,#productmenu2 .this{font-size:12px; color:#FF9024;}
#productmenu3 a{font-size:12px; color:#FFFFFF; width:70px; display:block; float:left; height:17px;}
#productmenu3 a:hover,#productmenu3 .this{font-size:12px; color:#FF9024;}


.prodclass1{ padding:10px; vertical-align:top;}
.prodclass1 a{ position:relative; display:block; background-color:#000;}
.prodclass1 a div{ position:absolute; width:100%; margin-top:50%; display:block; text-align:center;}
.prodclass1 a div span{ background-color:#000; font-size:15px; color:#FFF; padding:10px 0px; width:85%; opacity:0.7; display:inline-block;}
.prodclass1 a:hover div span{ background-color:#FFF; color:#000;}

.ProdclassReadme{ padding:0 0 15px; line-height:1.6;}

/*产品图标菜单*/
.prodclass_menu{ padding:0 0 30px;}
.prodclass_menu li{ width:16%; text-align:center; float:left; margin:15px 0 0;}
.prodclass_menu li a{ display:block; padding:0 6px; text-transform:uppercase; line-height:1.3;}
.prodclass_menu li a div{ padding:0 10%;}
.prodclass_menu li a img{ max-width:100%; margin:0 0 6px;-moz-border-radius:200px; border-radius:200px;}

/*产品首页*/
.product_home1{ padding:5px 0; text-align:center; font-size:20px; font-weight:bold;}
.product_home2{}

/*产品列表样式*/
.productlist1{}
.productlist1 a{ height:100%; display:block; text-align:center; border:solid 1px #e0e0e0;}
.productlist1 .pic{ overflow:hidden;}
.productlist1 .txt{ padding:10px 5%; line-height:20px; font-size:14px;}
.productlist1 a:hover{ border-color:#de0010;}

.productlist1_more{ padding:10px 0 0;}

.productlist2{ text-align:center; padding:6px;}
.productlist2 a{ display:block; position:relative; font-size:18px; color:#FFF; overflow:hidden;}
.productlist2 .pic{ position:relative; overflow:hidden;}
.productlist2 .pic img{ width:100%;}
.productlist2 .txt{ position:absolute; top:100%; background-color:rgba(0,0,0,0.5); height:100%; width:100%; display:flex;display:-webkit-flex; align-items:center; justify-content:center;}
.productlist2 .txt span{ padding:0 15px;}
.productlist2 a:hover .txt{ top:0;}

.productlist2s{}
.productlist2s img{ width:170px; height:170px;}

.productlist3{}
.productlist3 img{ width:260px; height:195px;}

.prod_list_content{}


.prod_detail_more{ position:relative;}
.prod_detail_more_title{ font-size:16px; float:left; line-height:36px;}
.prod_detail_more .swiper-customize-btn{ float:right; padding:0;}


/*产品详细样式*/
.prod_detail{ padding:0;}
.prod_detail_left{ width:100%;}
.prod_detail_left1{ border:solid 1px #d3d3d3; text-align:center; max-width:800px; margin:0 auto;}
.prod_detail_left2{ padding:10px 0 0; position:relative;}
.prod_detail_left2 a{ margin:5px; display:inline-block;}
.prod_detail_left2 a img{ width:100%; border:0;}
.prod_detail_right{ width:100%;}
.prod_detail_title{ color:#de0010; font-size:18px; padding:10px 0; line-height:1.4; font-weight:bold; border-bottom:solid 1px #dcdcdc;}
.prod_detail_otherpic{ padding:6px 0;}
.prod_detail_otherpic a{ display:inline-block; border:solid 1px #dbdbdb; margin:0 8px 8px 0;}
.prod_detail_otherpic a:hover{ border-color:#ababab;}
.prod_detail_otherpic a img{ width:80px; height:80px; border:0;}
.prod_detail_desc{ line-height:1.8;}
.prod_detail_desc h1{ font-size:16px; font-weight:bold; margin:8px 0;}
.prod_detail_desc .prod_desc_tabs{ display:table; width:100%;}
.prod_detail_desc .prod_desc_tabs dl{ display:table-row;}
.prod_detail_desc .prod_desc_tabs dl dt, .prod_detail_desc .prod_desc_tabs dl dd{ display:table-cell; vertical-align:top; margin:0; padding:6px 0; font-size:12px;}
.prod_detail_desc .prod_desc_tabs dt{ width:150px;}
.prod_detail_desc .prod_desc_tabs dd{}

.prod_detail_cartbt{ padding:15px 0 0;}
.prod_detail_content{ margin:20px 0 0;}
.prod_detail_content_title{ border-bottom:solid 1px #eeeeee; text-align:center; font-size:16px; line-height:40px; color:#595959; font-weight:bold; position:relative;}
.prod_detail_content_title::after{ position:absolute; height:3px; display:table;content:""; margin-top:-1px; left:50%; width:90px; margin-left:-45px; background-color:#de0010;}
.prod_detail_content_list{ line-height:1.8; padding:15px 0;}
.prod_detail_content_list h1{ border-bottom:solid 1px #eeeeee; text-align:center; margin-bottom:20px; font-size:16px; line-height:40px; color:#595959; font-weight:bold; position:relative;}
.prod_detail_content_list h1:after{position:absolute; height:3px; display:table;content:""; margin-top:-1px; left:50%; width:90px; margin-left:-45px; background-color:#de0010;}
.prod_detail_honor{ text-align:center;}
.prod_detail_honor .pic{}
.prod_detail_honor .txt{ padding:5px 0; line-height:1.6; display:block;}
.prod_detail_honor .clear2{ clear:both;}
.prod_detail_honor .clear3{}
.prod_detail_message{ position:relative;}
.prod_detail_message .txt1{ padding:5px 0 5px 80px;}
.prod_detail_message .txt1 .txt{ position:absolute; width:70px; text-align:right; left:0; margin:10px 0 0;}
.prod_detail_message .txt1 .txt span{ color:#de0010; margin-right:5px;}
.prod_detail_message .txt1 input, .prod_detail_message .txt1 textarea{ border:solid 1px #e5e5e5; background-color:#f9f9f9; width:100%; padding:0 10px; outline:none;}
.prod_detail_message .txt1 input{ height:40px; line-height:40px;}
.prod_detail_message .txt1 textarea{ padding:5px 10px;}
.prod_detail_message .txt2{ padding:5px 0 5px 80px;}
.prod_detail_message .txt2 input{ width:200px; height:40px; font-weight:bold; font-size:16px; outline:none;}


.prod_otherdetail_title{ font-size:24px; padding:10px 0; line-height:1.2; font-weight:bold;}
.prod_otherdetail_photo{ text-align:center; padding:10px 0;}
.prod_otherdetail_content{ padding:5px 0; line-height:1.8;}
.prod_otherdetail_bt{ text-align:center; padding:10px 0;}
.prod_otherdetail_bt a{ margin:0 5px;}

.prod_detail_share{ padding-left:5px;}
.prod_detail_bt{ padding:25px 0 10px;}
.prod_detail_bt a{ margin:0 5px;}

.prod_detail_othertitle{ text-align:center; padding:15px 0;}
.prod_detail_othertitle span{ border-bottom:solid 2px #8b002b; font-size:22px; font-weight:bold; text-transform:uppercase; color:#8b002b; padding:0 5px; display:inline-block; line-height:40px;}
.prod_detail_more{ padding:10px 0 0;}

.proddetail1{ padding:5px 5px 10px; text-align:center; font-size:20px; font-weight:bold; color:#000;}
.proddetail2{ text-align:center; padding-bottom:8px;}
.proddetail3{ line-height:26px; padding:10px 0 10px;}
.proddetail4{ text-align:center; padding:0 0 30px;}
.proddetail5 { line-height:1.8; padding:20px 0 0;}
.proddetail2 img, .proddetail3 img{ max-width:100%;}

.prod_more_pic{ max-width:600px; padding:10px 24px; margin:0 auto;}
.prod_more_pic .swiper-button-next, .prod_more_pic .swiper-button-prev {zoom:0.5;}
.prod_more_pic a img{box-shadow:none; border:solid 1px rgba(0,0,0,0.08);}


/*新闻列表页样式*/
.newslist1{border-bottom:dashed 1px #cccccc;background-image:url(/index/arrow1.gif); background-repeat:no-repeat; background-position:8px 23px;font-size:14px;padding:15px 0 15px 24px;}
.newslist1 span{ float:right; color:#999; width:100px; text-align:center;}

.newslist2{ padding:20px 5px; border-bottom:dashed 1px #cccccc;}
.newslist2_1{}
.newslist2_1 a{ overflow:hidden; display:block; border:solid 1px #d3d3d3; padding:3px;}
.newslist2_1 img{ border:0;}
.newslist2_1 a:hover{ border-color:#de0010;}
.newslist2_2{}
.newslist2_2_1{ padding:5px 0; line-height:28px;}
.newslist2_2_1 a{ font-size:16px; font-weight:bold; display:block;}
.newslist2_2_1 a:hover{}
.newslist2_2_2{ line-height:22px;}
.newslist2_2_3{ line-height:26px; color:#959595; padding:5px 0 0;}
.newslist2_2_4{ padding:10px 0 0;}
.newslist2_2_4 a{background-color:#de0010; height:30px; line-height:30px; color:#FFF; display:inline-block; padding:0 20px;}
.newslist2_2_4 a:hover{background-color:#231815; color:#FFF;}

.newslist3{}
.newslist3 a{ display:block; text-align:center; line-height:22px;}
.newslist3 .pic{ background-color:#FFF; overflow:hidden; border:solid 1px #d3d3d3; padding:3px;}
.newslist3 img{ border:0;}
.newslist3 a:hover .pic{ border-color:#de0010;}
.newslist3 .txt{ padding:8px 0 0;}

.newslist4{ margin:10px 0; text-align:center;}
.newslist4 .pic{ overflow:hidden; border:solid 1px #d3d3d3; padding:3px;}
.newslist4 img{ border:0;}
.newslist4 .txt1{ padding:8px 5px 0; font-size:17px; line-height:1.5;}
.newslist4 .txt2{ padding:8px 5px 0;}
.newslist4 .txt2 a{ background-image:url(../index/downloadbt.png); width:145px; height:34px; display:inline-block;}


/*新闻详细页样式*/
.newdetail{}
.newdetail1{padding:5px 5px 0; text-align:center; font-size:18px; color:#de0010;}
.newdetail2{border-bottom:dashed 1px #cccccc; color:#a8a8a8; padding:8px 0px 12px; text-align:center;}
.newdetail3{line-height:1.8; padding:10px 0px;}
.newdetail3 .video{ max-width:800px; margin:0 auto; padding:0 0 20px; position:relative;}
.newdetail3 .video video{ max-width:100%; max-height:600px; position:relative; margin:0 auto;}
.newdetail3 .video iframe{ width:100%; height:320px;}
.newdetail3 img{ max-width:100%;}
.newdetail4{padding-top:10px; border-top:dashed 1px #cccccc; line-height:26px; width:100%; display:inline-block;}
.newdetail4_1{}
.newdetail4_2{ text-align:left;}
.newdetail5{line-height:1.8; padding:0;}
.newdetail5 img{ max-width:100%;}

.my-gallery{ margin:0 -5px;}
.my-gallery>a{ padding:5px;}
.my-gallery .clear2{ clear:both;}
.my-gallery .clear3{ clear:none;}



/*信息反馈*/
.feedback1{ width:80px; text-align:right; padding:5px 10px 5px 0;}
.feedback1 span{ color:#F00;}
.feedback2{ padding:5px 0;}


.txtinput{background-color:#F9F9F9; border:solid 1px #D1D1D1; height:34px; line-height:32px; padding:0 5px; width:100%;}
.txtinput2{background-color:#F9F9F9; border:solid 1px #D1D1D1; line-height:20px; padding:0 5px; width:100%;}

.bt,.bt:link{ background-color:#de0010; width:90px; height:30px; line-height:30px; cursor:pointer; border:0; color:#FFF; font-size:14px; display:inline-block; text-align:center;}
.bt:hover{ background-color:#231815; color:#FFF;}
.otherbt1{ border:solid 0px #de0010; background-color:#de0010; width:180px; font-size:16px; color:#FFF; text-transform:uppercase; height:32px; line-height:32px; display:inline-block; text-align:center;-moz-border-radius:25px; border-radius:25px;}
.otherbt1:hover{ background-color:#de0010; color:#FFF;}
.otherbt2{ border:solid 0px #de0010; background-color:#de0010; width:180px; font-size:16px; color:#FFF; text-transform:uppercase; height:40px; line-height:40px; display:inline-block; text-align:center;-moz-border-radius:25px; border-radius:25px;}
.otherbt2:hover{ background-color:#de0010; color:#FFF;}
.otherbt3{ border:solid 0px #de0010; background-color:#de0010; width:180px; font-size:16px; color:#FFF; text-transform:uppercase; height:40px; line-height:40px; display:inline-block; text-align:center;-moz-border-radius:25px; border-radius:25px;}
.otherbt3:hover{ background-color:#FFF; color:#de0010;}
.more_bt{ text-align:center; padding:0px 30px; line-height:40px; display:inline-block;}


/*下载*/
.download{ border-collapse:collapse;}
.download th, .download td{ border:solid 1px #e8e8e8; padding:8px;}
.download th{ background-color:#f5f5f5; text-align:center;}
.downloadtd1{}
.downloadtd2{ width:120px; text-align:center;}
.downloadtd2 .bt{ width:110px;}


/*视频样式*/
.videolist{text-align:center; vertical-align:top; width:250px; padding:0px 13px 20px;}
.videolist img{ width:240px; height:180px; border:solid 1px #E4E4E3; background-color:#FFF; margin-bottom:6px; padding:4px;}
.videolist a{ display:inline-block;}

.videodetail1{ text-align:center; padding:20px 0 10px; font-size:20px; font-weight:bold; color:#de0010;}
.videodetail2{ text-align:center;}
.videodetail3{ text-align:center; padding:15px 0 0;}


/*会员样式*/
.star{ color:#F00; font-size:16px;}
.mb_title{ text-align:center; font-size:22px; padding:10px 0; color:#333333;}
.mb_name{ padding:3px; line-height:36px; color:#999; text-align:right;}
.mb_txt{ padding:3px;}
.mb_txt input{ border:solid 1px #e4e4e4; line-height:32px; height:32px; margin:0; padding:0 5px; width:200px;}
.mb_txt textarea{ border:solid 1px #e4e4e4; line-height:22px; height:84px; margin:0; padding:0 5px; width:200px;}
.mb_bt{ text-align:center; padding:10px 0;}


/*购物车*/
.InquireBasket{z-index: 1501; background-color:#FFF; border:solid 1px #aaaaaa; width:230px; height:270px; position:fixed; right:0; bottom:60px;-webkit-box-shadow:5px 5px 20px #1f2732; -moz-box-shadow:5px 5px 20px #1f2732; box-shadow:5px 5px 20px #1f2732; -webkit-transform:translateZ(0);}
.InquireBasket_Title{ background-color:#7298ba; color:#FFF; line-height:40px; font-weight:bold; text-align:center;}
.InquireBasket_Title span{}
.InquireBasket_Title1{ font-size:20px; width:40px; cursor:pointer; display:inline-block;}
.InquireBasket_Title2{ width:148px; font-size:13px; display:inline-block;}
.InquireBasket_Title2 span{ color:#ffb629;}
.InquireBasket_Content{ height:190px; overflow:auto; background-color:#FFF; font-size:12px;}
.InquireBasket_Content li{border-bottom:solid 1px #e8e8e8; padding:8px;}
.InquireBasket_Content li img{ width:40px; height:40px; float:left; border:0; margin-right:10px;}
.InquireBasket_Content li:hover{ background-color:#fffeee;}
.InquireBasket_Content .name{ display:block; line-height:20px; height:20px; overflow:hidden;}
.InquireBasket_Content .name a{ color:#246bb3;}
.InquireBasket_Content li .delbt{ display:none;}
.InquireBasket_Content li:hover .delbt{ display:block; line-height:20px;}
.InquireBasket_Content .delbt a{ color:#888;}
.InquireBasket_Content .delbt a:hover{ color:#444; text-decoration:underline;}

.InquireBasket_Submit{ text-align:right; padding:8px 10px 0 0;}
.InquireBasket_Submit a{ background-color:#e64545; color:#FFF; line-height:24px; width:70px; display:inline-block; text-align:center;}

.Inquire_Tabs{ border:0; border-collapse:collapse;}
.Inquire_Tabs th, .Inquire_Tabs td{ border:solid 1px #d3d3d3; padding:8px;}
.Inquire_Tabs th{ background-color:#f1f1f1; height:20px; text-align:center;}
.Inquire_Tabs1{ width:40%; text-align:center;}
.Inquire_Tabs1 img{ width:120px; max-width:100%; border:0;}
.Inquire_Tabs2{}

.Inquire_Tabs_Data{ border:0; border-collapse:collapse;}
.Inquire_Tabs_Data th, .Inquire_Tabs_Data td{ padding:6px;}

.ts{ text-align:center; margin:60px 0;}


/*产品滚动列表样式*/
.roll {display: inline-block;overflow: hidden;width: 500px; height:122px;}
.roll .LeftBotton{display: inline; float: left; overflow: hidden; width:20px; cursor: pointer; text-align:center; margin-right:10px;}
.roll .LeftBotton img{ width: 20px; height:85px;}
.roll .RightBotton img{ width: 20px; height:85px;}
.roll .RightBotton {display: inline;float: left;overflow: hidden; width: 20px; cursor: pointer; text-align:center; margin-left:10px;}
.roll .Cont { padding-right: 0px; padding-left: 0px; float: left; overflow: hidden; width: 440px;}
.roll .ScrCont {width: 10000000px}
.roll #List1 {float: left;}
.roll #List2 {float: left;}


/*友情连接*/
.link{ background-color:#e4eaed; padding:15px 0;}
.link a{ padding:3px 5px; display:inline-block;}

.wk1_1{ background-color:#eeeeee; height:38px; line-height:38px;}
.wk1_1 h1, .wk1_1 h2{ margin:0; background-color:#de0010; background-image:url(../index/wk1_1.gif); background-repeat:no-repeat; background-position:right top; display:inline-block; color:#FFF; padding:0 50px 0 20px; line-height:38px; font-size:17px; width:180px; font-weight:normal;}
.wk1_1 span{}
.wk1_1 span a{ padding:0 20px; display:inline-block;}
.wk1_1 a{ color:#FFF;}
.wk1_1 a:hover{ color:#FF0;}


.submenu{position:relative; margin:-40px 0 0; height:40px; background-image:url(../index/submenubg.png);}
.submenu li{ float:left;}
.submenu li a{ line-height:40px; color:#FFF; display:inline-block; line-height:35px; padding:3px 15px 0;}
.submenu li a:hover{ color:#FF0;}
.submenu li .this{ border-top:solid 3px #e77817; padding:0 15px;}



.lmenu1{ border-top:solid 1px #eeeeee;}
.lmenu1:first-child{ border:0;}
.leftmenu1{ padding:15px 6%; font-size:17px; color:#222; background-image:url(../index/left-menu1-up.png); background-repeat:no-repeat; background-size:20px auto; background-position:92% 17px; display:block;}
.leftmenu1:hover{ background-image:url(../index/left-menu1-over.png);}
.leftmenu1.this{ background-image:url(../index/left-menu1-over.png); color:#de0010;}


.lmenu2{ padding:20px 0; border-top:solid 1px #eeeeee;}
.leftmenu2{ padding:5px 10px 5px 36px; font-size:15px; background-image:url(../index/left-menu2-up.png); background-repeat:no-repeat; background-size:5px auto; background-position:22px 13px;}
.leftmenu2:hover{ background-image:url(../index/left-menu2-over.png);}
.leftmenu2o{ padding:5px 10px 5px 36px; font-size:15px; color:#de0010; background-image:url(../index/left-menu2-over.png); background-repeat:no-repeat; background-size:5px auto; background-position:22px 13px;}

.menulist{ padding:0 0 15px;}
.menulist a{ background-color:#de0010; color:#FFF; padding:5px 20px; font-size:15px; line-height:22px; display:inline-block; margin:0 5px 5px 0;}
.menulist a:hover, .menulist .this{ background-color:#de0010; color:#FFF;}


/*招聘样式*/
.jobs_list{ border:solid 1px #d3d3d3; padding:0px; margin:0 0 15px;}
.jobs_list .jobs_title{ background-color:#ededed; color:#222; font-size:16px; font-weight:bold; line-height:20px; padding:12px 15px;}
.jobs_list .jobs_content{ padding:15px 20px;}
.jobs_list .jobs_content div{ margin:3px 0; line-height:1.5;}

.JobsAdd{}
.JobsAdd div{float:left; margin:0 0 10px;}
.JobsAdd2{ display:table-cell; width:25%; text-align:center; height:36px; padding:8px 0; line-height:20px;}
.JobsAdd3, .JobsAdd4{ display:table-cell; width:75%; height:36px; line-height:36px;}
.JobsAdd5{ display:table-cell; height:100px; width:75%; text-align:center;}
.JobsAdd3 input, .JobsAdd5 textarea{ background-color:#fafafa; border:solid 1px #d3d3d3; width:100%; height:36px; line-height:36px; outline:none; padding:0 8px;}
.JobsAdd5 textarea{ height:100px; line-height:20px;}
.JobsAdd6{ text-align:center; width:100%;}


.setpage{ text-align:center; line-height:20px;}
.setpage a{ background-color:#F0F0F0; padding:1px 6px; display:inline-block; border:solid 1px #666; margin:6px 3px;}
.setpage input{ border:solid 1px #444444; background-color:#000; height:19px; color:#FFF; width:30px; margin-bottom:1px;}
.setpage .currentpage{ padding:1px 6px; display:inline-block; border:solid 1px #de0010; color:#FFF; background-color:#de0010; margin:6px 3px;}


/*右边在线浮动图标*/
.side_right{ right:5px; position:fixed; z-index:9998; top:50%; width:100px; margin-top:-180px;}
.side_right1{ background-image:url(../index/kefu/1.png); height:50px;}
.side_right2{ background-color:#ff8a00; text-align:center; padding:5px 0 0;}
.side_right2_1{}
.side_right2_2{}
.side_right2_2 ul{}
.side_right2_2 ul li{ margin:5px 0;}
.side_right2_2 ul li a{ background-image:url(../index/kefu/bt.gif); background-repeat:no-repeat; background-position:center; line-height:28px; height:28px; display:block; color:#a40000; font-weight:bold; font-size:14px;}
.side_right2_2 ul li a:hover{ color:#000;}
.side_right2_3{ color:#FFF; padding:5px 0 10px; font-size:13px;}
.side_right3{ border-top:solid 1px #ffd099; cursor:pointer;}

.fenxiang{ height:36px; line-height:36px; padding:10px 0 0 0; font-size:12px;}
.fenxiang1{ float:left; margin-right:8px; font-weight:bold;}
.fenxiang2{ float:left;}


.sitemap_location{ padding:0 0 20px;}
.sitemap_menu{}
.sitemap_menu>li{ border-top:dotted 1px #d1d1d1; padding:20px;}
.sitemap_menu>li>a{ padding:10px; display:inline-block; font-weight:bold; font-size:18px;}
.sitemap_menu>li>ul>li{ float:left;}
.sitemap_menu>li>ul>li>a{ padding:10px; display:inline-block; font-size:16px;}


/*图片相册*/
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}                    
@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}                    

.jssora106 {display:block;position:absolute;cursor:pointer;}
.jssora106 .c {fill:#de0010;opacity:.3;}
.jssora106 .a {fill:none;stroke:#fff;stroke-width:550;stroke-miterlimit:10;}
.jssora106:hover .c {opacity:.5;}
.jssora106:hover .a {opacity:.8;}
.jssora106.jssora106dn .c {opacity:.2;}
.jssora106.jssora106dn .a {opacity:1;}
.jssora106.jssora106ds {opacity:.3;pointer-events:none;}

.jssort101{}
.jssort101 .p {position:absolute;top:0;left:0; box-sizing:border-box; cursor:pointer;}
.jssort101 .a {fill:none;stroke:#fff;stroke-width:400;stroke-miterlimit:10;visibility:hidden;}
.jssort101 .p:hover{}
.jssort101 .pav .a, .jssort101 .p:hover .a {visibility:visible;}
.jssort101 .t {position:absolute;top:0;left:0;width:100%;height:100%;border:none; opacity:0.4; border:solid 1px #666;}
.jssort101 .pav .t, .jssort101 .p:hover .t{opacity:1;}


/*=============================*/
/*手机兼容*/

/*底部导航*/
.bottom{ position:fixed; z-index:99997; height:60px; width:100%; bottom:0; background-color:#de0010; -webkit-box-shadow:0 0 10px #B8B8B8; -moz-box-shadow:0 0 10px #B8B8B8; box-shadow:0 0 10px #B8B8B8; -webkit-transform:translateZ(0);}
.bottom li{ width:25%; float:left; text-align:center; line-height:22px;}
.bottom img{ width:80%; max-width:20px;}
.bottom a{ background-size:auto 40%; line-height:24px; padding:34px 0 6px; display:inline-block; width:100%; background-repeat:no-repeat; background-position:center 8px; color:#FFF;}
.bottom a:hover{ color:#FFF;}
.bottom_home{ background-image:url(../index/m/foottool_home.png);}
.bottom_tel{ background-image:url(../index/m/foottool_tel.png);}
.bottom_map{ background-image:url(../index/m/foottool_map.png);}
.bottom_email{ background-image:url(../index/m/foottool_email.png);}
.bottom_skype{ background-image:url(../index/m/foottool_skype.png);}
.bottom_whatsapp{ background-image:url(../index/m/foottool_whatsapp.png);}
.foottool_dir{ background-image:url(../index/m/foottool_dir.png);}


/*菜单背景颜色*/
.mobile-nav-back{
	height:100%;
	width:100%;
	position:fixed;
	background-color:#000;
	z-index:99998;
	top:0;
	left:-100%;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
}
.mobile-nav-back.menu-is-open{
	left:0;
}

/*菜单*/
.mobile-nav{ 
	height:100%; 
	width:90%;
	max-width:300px;
	overflow:hidden;
	background-color:#FFF; 
	position:fixed;
	z-index:99999;
	top:0; 
	left:-300px;
	display:inline-block;
}
.mobile-nav.menu-is-open{
	left:0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0)
}
.mobile-nav-close{ position:absolute; right:0; z-index:99999;}
.mobile-nav-close img{ width:30px;}
.mobile-nav-menu{ height:100%; overflow:auto; padding:0 20px;}
.mobile-nav-tools{ position:fixed; z-index:99999; bottom:0; width:100%; text-align:center; padding:15px 0; background-color:#FFF;}
.mobile-nav-tools a{ display:inline-block; width:40%; text-align:center; margin:0 3%; line-height:36px; font-size:14px; border:solid 1px #efefef;}
.mobile-nav-tools a:hover{ border-color:#c3c3c3;}
.mobile-nav-tools img{ width:20px; margin-right:4px;}

.mobile-find{ padding:0 0 40px;}
.mobile-find1{ width:228px; line-height:32px; height:34px; padding:0 5px; border:solid 1px #CCC;}
.mobile-find2{ width:32px; padding:4px 3px;}


/*弹出菜单样式*/
.toplang{ padding:20px 0 0;}
.toplang img{ margin-right:5px;}
.toplang a{ display:inline-block; padding:5px; margin-right:5px;}
.topnav {width:100%; margin:10px 0 30px;}
.topnav {line-height: 0.5em;}
.topnav>li {border-bottom:solid 1px #efefef;}
.topnav li a {
	line-height: 20px;
	font-size: 15px;
	padding: 15px 5px;
	color: #444444;
	display: block;
	font-weight:bold;
	text-decoration: none;
}
.topnav li a:hover {
	color:#de0010;
}
.topnav ul {
	display: none;
	padding:0 0 10px;
}
.topnav ul li {
	clear: both;
}
.topnav ul li a {
	color:#444444;
	background-image:url(../index/m/mobile-navigation-icon1.png);
	background-repeat:no-repeat;
	-moz-background-size:6px;
	-webkit-background-size:6px;
	-o-background-size:6px;
	background-size:6px;
	background-position:8px 10px;
	padding:5px 5px 5px 20px;
	font-size: 14px;
	font-weight: normal;
	outline:0;
}
.topnav ul li a:hover {
	background-position:8px -28px;
}
/*二级*/
.topnav ul ul{ padding:8px 0;}
.topnav ul ul li a {
	color:#444444;
	background-image:url(../index/m/mobile-navigation-icon2.png?v=6);
	background-position:20px 9px;
	padding:3px 5px 3px 35px;
	font-size:13px;
}
.topnav ul ul li a:hover {
	background-position:20px -32px;
}
/*三级*/
.topnav ul ul ul{ padding:8px 0 8px 16px;}
.topnav ul ul ul li a {
	color:#444444;
	background-image:url(../index/m/mobile-navigation-icon3.png);
	background-position:20px 10px;
	padding:3px 5px 3px 35px;
	font-size:12px;
}
.topnav ul ul ul li a:hover {
	background-position:20px -64px;
}

.topnav span{
	float:right;
	margin-top:3px;
}
.topnav .active a{color:#de0010;}

.csshide{display:none;}
.cssshow{display:block;}